home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / marxmenu.arc / DROPTO.BAT < prev    next >
DOS Batch File  |  1991-03-27  |  883b  |  29 lines

  1. DEL %1
  2. SET KSV=
  3. SET MXCMD=
  4. %2 %3 %4 %5 %6 %7 %8 %9
  5. BATEXIT
  6.  
  7. *-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*
  8.  
  9. DropTo is used when you want to eliminate the temporary batch
  10. file created by MarxMenu. This is useful if you shell to DOS
  11. and then run MarxMenu from the dos shell. It avoids the
  12. "Missing Batch File" error.
  13.  
  14. DropTo is run from within the temporary batch file you want
  15. to eliminate.
  16.  
  17. Usage: DROPTO %0 <command line>
  18.  
  19. Here's how it works:
  20.  
  21.      $MX00000.BAT <------deletes this file--------+
  22.      ------------                                 |
  23.      DROPTO %0 COMMAND.COM ------------> DEL %1 >-+
  24.                                          SET KSV=
  25.                                          SET MXCMD=
  26.               %2 executes command.com--> %2 %3 %4 %5 %6 %7 %8 %9
  27.  
  28. *-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*
  29.